Generic x8
Game hierarchy
• Game
• Generic Chess
• Generic x8
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | |
Pawn | Pawn | P | Generic Chess | |
Game Variables
From Game:
Name = string
Invented = string
InventedBy = string
NumberOfSquareColors = integer FENFormat = string
FENStart = string
Array = string
DeduplicateMoves = boolean
StaticExchangeEvaluation = boolean
From Generic Chess:
StalemateResult = choice of { Draw, Win, Loss } (default: Draw)
PromotionRule = choice of { None, Standard, Replacement, Custom } (default: Standard)
PromotionTypes = string
BareKing = boolean (default: false)
EnPassant = boolean (default: true)
PromotingType = PieceType (default: Pawn)
CastlingType = PieceType (default: King)
From Generic x8:
PawnDoubleMove = boolean (default: false)
|